@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&display=swap";
/* [project]/src/app/globals.css [app-client] (css) */
*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.bottom-32 {
  bottom: 8rem;
}

.left-4 {
  left: 1rem;
}

.left-8 {
  left: 2rem;
}

.right-4 {
  right: 1rem;
}

.right-8 {
  right: 2rem;
}

.top-16 {
  top: 4rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: .25rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-2 {
  height: .5rem;
}

.h-3 {
  height: .75rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.flex-1 {
  flex: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .7;
  }
}

.animate-pulse {
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite pulse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[2px\] {
  gap: 2px;
}

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-\[\#54320e\] {
  --tw-border-opacity: 1;
  border-color: rgb(84 50 14 / var(--tw-border-opacity, 1));
}

.border-\[\#d4831e\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 131 30 / var(--tw-border-opacity, 1));
}

.bg-\[\#d4831e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 131 30 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(20\,20\,20\,0\.6\)\] {
  background-color: #14141499;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[0\.15em\] {
  letter-spacing: .15em;
}

.tracking-wide {
  letter-spacing: .025em;
}

.text-\[\#54320e\] {
  --tw-text-opacity: 1;
  color: rgb(84 50 14 / var(--tw-text-opacity, 1));
}

.text-\[\#d4831e\] {
  --tw-text-opacity: 1;
  color: rgb(212 131 30 / var(--tw-text-opacity, 1));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-15 {
  opacity: .15;
}

.opacity-20 {
  opacity: .2;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

:root {
  --terminal-orange: #d4831e;
  --terminal-bg: #070707;
  --terminal-dark-orange: #54320e;
  --terminal-red: #bc3707;
  --terminal-green: #3a3523;
}

* {
  box-sizing: border-box;
}

body {
  background-color: var(--terminal-bg);
  color: var(--terminal-orange);
  font-family: IBM Plex Mono, monospace;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--terminal-bg);
}

::-webkit-scrollbar-thumb {
  background: var(--terminal-dark-orange);
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--terminal-orange);
}

.matrix-rain {
  pointer-events: none;
  z-index: 0;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.matrix-column {
  color: var(--terminal-orange);
  opacity: .15;
  text-shadow: 0 0 5px var(--terminal-orange);
  font-size: 14px;
  line-height: 1.2;
  animation: linear infinite matrix-fall;
  position: absolute;
  top: -100%;
}

@keyframes matrix-fall {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(200vh);
  }
}

.glow-text {
  text-shadow: 0 0 10px var(--terminal-orange), 0 0 20px var(--terminal-orange);
}

.nav-tab {
  border: 1px solid var(--terminal-orange);
  color: var(--terminal-orange);
  background: none;
  padding: 4px 12px;
  font-size: 12px;
  transition: all .2s;
}

.nav-tab:hover {
  text-shadow: 0 0 5px var(--terminal-orange);
  background: #d4831e1a;
}

.nav-tab.active {
  text-shadow: 0 0 5px var(--terminal-orange);
  background: #d4831e33;
}

.post-card {
  border-left: 3px solid var(--terminal-orange);
  background: #141414cc;
  transition: all .2s;
}

.post-card:hover {
  background: #1e1e1ee6;
}

.ascii-logo {
  letter-spacing: 8px;
  text-shadow: 0 0 20px var(--terminal-orange), 0 0 40px var(--terminal-orange);
  font-size: 48px;
  font-weight: 700;
}

pre {
  font-family: IBM Plex Mono, monospace;
  line-height: 1.1;
}

.pixel-logo {
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--terminal-orange);
  paint-order: stroke fill;
  font-weight: 700;
}

.quote-box {
  border: 1px solid var(--terminal-orange);
  background: #14141499;
  position: relative;
}

.quote-box:before {
  content: "";
  background: var(--terminal-orange);
  width: 8px;
  height: 8px;
  animation: 1s infinite blink;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }

  51%, 100% {
    opacity: 0;
  }
}

.connected-badge {
  border: 1px solid var(--terminal-orange);
  background: none;
  padding: 4px 12px;
  font-size: 12px;
  animation: 2s infinite pulse;
}

.play-marker {
  border-left: 8px solid var(--terminal-red);
  border-top: 5px solid #0000;
  border-bottom: 5px solid #0000;
  width: 0;
  height: 0;
}

.copy-btn {
  border: 1px solid var(--terminal-orange);
  padding: 2px 8px;
  font-size: 10px;
  transition: all .2s;
}

.copy-btn:hover {
  background: #d4831e33;
}

.status-dot {
  background: var(--terminal-orange);
  width: 6px;
  height: 6px;
  animation: 1.5s infinite blink;
  display: inline-block;
}

.trump-btn {
  border: 1px solid var(--terminal-orange);
  color: var(--terminal-orange);
  background: none;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 12px;
  transition: all .2s;
  display: flex;
}

.trump-btn:hover {
  text-shadow: 0 0 5px var(--terminal-orange);
  background: #d4831e1a;
}

.on-indicator {
  border: 1px solid var(--terminal-orange);
  z-index: 100;
  background: #070707e6;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 12px;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.vertical-deco {
  background: linear-gradient(to bottom, transparent, var(--terminal-orange), transparent);
  opacity: .2;
  width: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
}

.cursor {
  background: var(--terminal-orange);
  vertical-align: middle;
  width: 10px;
  height: 18px;
  animation: 1s infinite cursor-blink;
  display: inline-block;
}

@keyframes cursor-blink {
  0%, 50% {
    opacity: 1;
  }

  51%, 100% {
    opacity: 0;
  }
}

.hover\:bg-\[rgba\(30\,30\,30\,0\.7\)\]:hover {
  background-color: #1e1e1eb3;
}

@media (width >= 640px) {
  .sm\:inline {
    display: inline;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (width >= 768px) {
  .md\:h-3 {
    height: .75rem;
  }

  .md\:w-3 {
    width: .75rem;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:tracking-\[0\.2em\] {
    letter-spacing: .2em;
  }
}

@media (width >= 1024px) {
  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}


/*# sourceMappingURL=src_app_globals_b805903d.css.map*/